home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 November / Macworld (1997-11).dmg / Inside Macworld / Secrets ⁄ Q&A / Screen Catcher 1.0 / Screen Catcher Documentation / Screen Catcher Documentation.rsrc / TEXT_132.txt < prev    next >
Text File  |  1997-05-08  |  3KB  |  92 lines

  1.  
  2. The File Menu
  3.  
  4. The file menu contains the Open and Save commands necessary to read and write image files.  It also supplies the standard Close and Quit commands for closing windows and exiting the Screen Catcher application, respectively.
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. Open
  18.  
  19. Screen Catcher is capable of opening PICT, GIF, and JPEG format files.  The primary reason for opening an existing image would be to copy or drag the picture into another program, or to use Screen Catcher's palette modification functions (see the Indexed... command in the Image menu).
  20.  
  21. Screen Catcher cannot currently open animated GIF files.  It will report an error when reading these files, and will refuse to open them.
  22.  
  23.  
  24. Save and Save As
  25.  
  26. Screen catcher supports saving images to PICT, GIF, and JPEG files with a number of options for GIF and JPEG files.  When displaying the "Save As" dialog box, shown below, Screen Catcher adds a Format menu to the dialog along with any options that apply to the currently selected format.
  27.  
  28. PICT Format:
  29.  
  30. Files can be saved in PICT format, the standard native Macintosh graphics format.  Screen Catcher does not provide any options for PICT files.
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. GIF Format:
  51.  
  52. Because the GIF format uses non-lossy compression, it is better than JPEG for images that contain thin lines or distinct edges which might be blurred by the JPEG compression algorithm.  However, because GIF only works with indexed images, it restricts the number of colors in the image to 256 or fewer.  Also, its compression works better on images with large single-color areas.  
  53.  
  54. GIF files can optionally be saved with interlacing and transparency.
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. Interlaced saves the file in GIF 89a format with interlacing, so that it appears gradually as it is downloaded from a web server.
  70.  
  71. Transparency color marks a given color as transparent in the GIF file.  Choosing one of the Top left, Top right, Bottom left or Bottom right radio buttons tells Screen Catcher to sample the appropriate corner of the image and use that color as the transparency color.  Choosing a color from the pop-up palette next to the Color radio button allows you to choose a particular color manually.
  72.  
  73.  
  74. JPEG Format:
  75.  
  76. JPEG compression is lossy, meaning that it "throws away" some image information in the process of compressing it.  This technique works best for photographs and other "natural" images with many colors or gradations and without distinct edges.
  77.  
  78. JPEG files can be compressed using different quality levels, where better quality results in less image degradation, but larger files.
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89. The Progressive checkbox lets you save a progressive JPEG file, which is similar to an interlaced GIF file:  when viewed in a web browser, the image appears to slowly "materialize" as the file is downloaded from the web server.  Note that saving progressive files will take longer than non-progressive files because Screen Catcher must make multiple passes over the image.  Also, some JPEG capable programs, notably JPEGView, cannot read progressive JPEG files.
  90.  
  91. The Best, High, Medium, and Low radio buttons allow you to choose the quality vs. compression ratio for the saved image.  The higher the quality, the less the compression will be (ie. the file will be larger).
  92.